home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Multiple_NIBs / MyObject.h < prev    next >
Text File  |  1995-06-12  |  124b  |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface MyObject:Object
  5. {
  6.     id    first;
  7.     id    second;
  8.     id    third;
  9. }
  10.  
  11. - CALC:sender;
  12.  
  13. @end
  14.